Tag: Message Driven microservices

Reactive Microservices

When developing applications, there is a common expectation that the caller will wait for the result to be returned. This synchronous approach is usually more straightforward programmatically but comes at the cost of idle resources. An alternate approach is to introduce an asynchronous communication model built around messages and message queues. This article introduces the reader to Message-Driven Microservices